allow multi-include on some headers

This commit is contained in:
Grazvydas Ignotas 2013-06-16 02:57:00 +03:00
parent da0cc55643
commit 7bf7acb6d6
5 changed files with 22 additions and 1 deletions

View file

@ -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