summaryrefslogtreecommitdiff
path: root/usr.bin/systat/pool.c
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2008-11-05 16:03:03 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2008-11-05 16:03:03 +0000
commitf09c88f1166e7178640071eeaaaa5f8446b8af7c (patch)
treed72d17cf8226124677088a437bb96f789f1b863b /usr.bin/systat/pool.c
parentd3eb1d8e1790ac36b36223a37940fa2179658a72 (diff)
add missing header needed by strcmp/strerror/memset functions.
ok canacar@
Diffstat (limited to 'usr.bin/systat/pool.c')
-rw-r--r--usr.bin/systat/pool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/systat/pool.c b/usr.bin/systat/pool.c
index 1f7500dc722..c8197e3cd7e 100644
--- a/usr.bin/systat/pool.c
+++ b/usr.bin/systat/pool.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pool.c,v 1.2 2008/11/02 07:14:16 canacar Exp $ */
+/* $OpenBSD: pool.c,v 1.3 2008/11/05 16:03:02 chl Exp $ */
/*
* Copyright (c) 2008 Can Erkin Acar <canacar@openbsd.org>
*
@@ -21,6 +21,7 @@
#include <sys/pool.h>
#include <errno.h>
#include <stdlib.h>
+#include <string.h>
#include "systat.h"