diff options
Diffstat (limited to 'usr/src/lib/libc/port/stdio/fputs.c')
-rw-r--r-- | usr/src/lib/libc/port/stdio/fputs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/stdio/fputs.c b/usr/src/lib/libc/port/stdio/fputs.c index e115d4012e..be0f5b4f8f 100644 --- a/usr/src/lib/libc/port/stdio/fputs.c +++ b/usr/src/lib/libc/port/stdio/fputs.c @@ -34,7 +34,7 @@ * Ptr args aren't checked for NULL because the program would be a * catastrophic mess anyway. Better to abort than just to return NULL. */ -#include "synonyms.h" +#include "lint.h" #include "file64.h" #include "mtlib.h" #include <stdio.h> |