cli: implement --force-signature
[oweals/opkg-lede.git] / libopkg / xsystem.h
index 3c7a3d2c24dcdc9f2fbb92e975b568a1dfa8fd57..042efad2de3f8069b6dc6c5dff3c27ec6a9cc9e2 100644 (file)
@@ -18,8 +18,6 @@
 #ifndef XSYSTEM_H
 #define XSYSTEM_H
 
-#include <stdlib.h>
-
 /* Like system(3), but with error messages printed if the fork fails
    or if the child process dies due to an uncaught signal. Also, the
    return value is a bit simpler:
@@ -31,4 +29,4 @@
 int xsystem(const char *argv[]);
 
 #endif
-        
+