aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-05-02 10:50:10 +0000
committerXin LI <delphij@FreeBSD.org>2005-05-02 10:50:10 +0000
commitadd62273c916c5f4bafa199e4fe748d3980d755e (patch)
treede18623ea25f0dbc84c30be5b80a5daa703e9cd0 /usr.bin
parentd2b67fd0e8d8796f993766ae46316f930e21eb49 (diff)
downloadsrc-add62273c916c5f4bafa199e4fe748d3980d755e.tar.gz
src-add62273c916c5f4bafa199e4fe748d3980d755e.zip
Include systat.h for cmdtab, to make gcc4 happy.
Notes
Notes: svn path=/head/; revision=145800
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/systat/pigs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c
index 4b504ed8a993..3bc38938e270 100644
--- a/usr.bin/systat/pigs.c
+++ b/usr.bin/systat/pigs.c
@@ -55,6 +55,7 @@ __FBSDID("$FreeBSD$");
#include <pwd.h>
#include <stdlib.h>
+#include "systat.h"
#include "extern.h"
int compar(const void *, const void *);