X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=posix.h;h=35f4d2836a1eed84ab04ea867e0b26aa0113b035;hp=33ca96ccbb04c6164cff63e122dfb0215355c8f5;hb=d1453cf7e6d5d6758cc5d72c6d3af7d37156bf72;hpb=a86e9a3e58f55bf49d99dfd5e5d6413e17149593 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