summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/machdep.c b/machdep.c
index f55c2688..f1505fdf 100644
--- a/machdep.c
+++ b/machdep.c
@@ -32,8 +32,10 @@
#include "netdissect-stdinc.h"
#ifdef __osf__
+#include <stdio.h>
#include <sys/sysinfo.h>
#include <sys/proc.h>
+#endif /* __osf__ */
#include "machdep.h"