diff options
Diffstat (limited to 'src/prot.c')
-rw-r--r-- | src/prot.c | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ #include "prot.h" -#include "hasshsgr.h" +#include <grp.h> +#include <unistd.h> + +#ifdef USE_CONFIG + #include "fehsqm-config.h" +#else + #include "hasshsgr.h" +#endif /* XXX: there are more portability problems here waiting to leap out at me */ |