X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=libopkg%2Fxsystem.h;h=042efad2de3f8069b6dc6c5dff3c27ec6a9cc9e2;hb=d654a438b6c21f180d81af5b8a06708d8a5db957;hp=3c7a3d2c24dcdc9f2fbb92e975b568a1dfa8fd57;hpb=603bec779ab8f0751bc48b0394aadd261fafdcde;p=oweals%2Fopkg-lede.git diff --git a/libopkg/xsystem.h b/libopkg/xsystem.h index 3c7a3d2..042efad 100644 --- a/libopkg/xsystem.h +++ b/libopkg/xsystem.h @@ -18,8 +18,6 @@ #ifndef XSYSTEM_H #define XSYSTEM_H -#include - /* 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 - +