Skip to content
Snippets Groups Projects
Commit fd8cae22 authored by rswindell's avatar rswindell
Browse files

syslog.h is actually in the sys directory.

parent 48f66c25
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,9 @@
#include <unistd.h>
#include <pwd.h>
#include <grp.h>
#include <syslog.h>
#include <stdarg.h>
#include <stdlib.h> /* Is this included from somewhere else? */
#include <sys/syslog.h>
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment