summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-05-26 15:28:27 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-26 15:28:27 +0000
commit7b7071cf6dea64ffeaf9108a1cc1d67eac67fc4f (patch)
tree6615a0c68ca6a56076bd863cf354ed403384a8d4
parentb1e908e6b64b5aab66058eebc9899bcccb342e40 (diff)
downloadlibgtop-7b7071cf6dea64ffeaf9108a1cc1d67eac67fc4f.tar.gz
Only #include <sys/param.h> inside LibGTop.
-rw-r--r--sysdeps/freebsd/glibtop_suid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/freebsd/glibtop_suid.h b/sysdeps/freebsd/glibtop_suid.h
index ed99fca4..18ad4b76 100644
--- a/sysdeps/freebsd/glibtop_suid.h
+++ b/sysdeps/freebsd/glibtop_suid.h
@@ -26,7 +26,9 @@
BEGIN_LIBGTOP_DECLS
+#if _IN_LIBGTOP
#include <sys/param.h>
+#endif
#define KI_PROC(ki) (&(ki))->kp_proc)
#define KI_EPROC(ki) (&(ki))->kp_eproc)