aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--term_ps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/term_ps.c b/term_ps.c
index e1ce97e5..b97238ef 100644
--- a/term_ps.c
+++ b/term_ps.c
@@ -1,4 +1,4 @@
-/* $Id: term_ps.c,v 1.42 2010/08/20 01:02:07 schwarze Exp $ */
+/* $Id: term_ps.c,v 1.43 2010/08/26 13:00:59 kristaps Exp $ */
/*
* Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -18,7 +18,7 @@
#include "config.h"
#endif
-#include <sys/param.h>
+#include <sys/types.h>
#include <assert.h>
#include <stdarg.h>