summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/syslog.h')
-rw-r--r--freebsd/sys/sys/syslog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/sys/syslog.h b/freebsd/sys/sys/syslog.h
index 5407a67e..6f128314 100644
--- a/freebsd/sys/sys/syslog.h
+++ b/freebsd/sys/sys/syslog.h
@@ -186,7 +186,7 @@ CODE facilitynames[] = {
* __va_list from <sys/_types.h> and use it.
*/
#include <sys/cdefs.h>
-#include <rtems/bsd/sys/_types.h>
+#include <sys/_types.h>
__BEGIN_DECLS
void closelog(void);