X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=posix.h;h=35f4d2836a1eed84ab04ea867e0b26aa0113b035;hb=20b143089cc395dbcd51cac516a9e36f4ab6f5ac;hp=33ca96ccbb04c6164cff63e122dfb0215355c8f5;hpb=a86e9a3e58f55bf49d99dfd5e5d6413e17149593;p=libpicofe.git diff --git a/posix.h b/posix.h index 33ca96c..35f4d28 100644 --- a/posix.h +++ b/posix.h @@ -1,3 +1,6 @@ +#ifndef LIBPICOFE_POSIX_H +#define LIBPICOFE_POSIX_H + /* define POSIX stuff: dirent, scandir, getcwd, mkdir */ #if defined(__linux__) || defined(__MINGW32__) @@ -20,4 +23,4 @@ #endif - +#endif // LIBPICOFE_POSIX_H