X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2Fgetcap.c;h=ef26ace9364b02f0d2a4cdd46561d11437acfd06;hb=affaf73ebd2ee75be4a08945d1f8e797128eb398;hp=19974eebdb559e73c6b6385e0935bdb9ed1f644f;hpb=bf41def586b4bf552660e34913f3c39b7d26b7bc;p=gapil.git diff --git a/sources/getcap.c b/sources/getcap.c index 19974ee..ef26ace 100644 --- a/sources/getcap.c +++ b/sources/getcap.c @@ -26,7 +26,6 @@ * * Usage: getcap -h give all info's * - * ****************************************************************/ /* * Include needed headers @@ -36,9 +35,9 @@ #include /* C standard library */ #include /* unix standard library */ #include /* standard I/O library */ -#include /* string functions */ -#include -#include +#include /* C strings library */ +#include /* primitive system data types */ +#include /* need package libcap-dev */ /* Help printing routine */ void usage(void);