Indicate that defines.h is included for the definition of the "bool" type.

This commit is contained in:
nekral-guest 2008-05-26 08:52:34 +00:00
parent 4f38c8d201
commit 3ca3362283

View File

@ -38,7 +38,7 @@
#include <selinux/selinux.h> #include <selinux/selinux.h>
#endif #endif
#include "defines.h" #include "defines.h" /* bool */
/* /*
* Linked list entry. * Linked list entry.