summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/stdio/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/stdio/local.h')
-rw-r--r--freebsd/lib/libc/stdio/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/stdio/local.h b/freebsd/lib/libc/stdio/local.h
index 754476e9..a9994b5f 100644
--- a/freebsd/lib/libc/stdio/local.h
+++ b/freebsd/lib/libc/stdio/local.h
@@ -38,7 +38,7 @@
* $FreeBSD$
*/
-#include <rtems/bsd/sys/types.h> /* for off_t */
+#include <sys/types.h> /* for off_t */
#include <pthread.h>
#include <string.h>
#include <wchar.h>