summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/ps.h')
-rw-r--r--bin/ps/ps.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index 817719d..03adc0a 100644
--- a/bin/ps/ps.h
+++ b/bin/ps/ps.h
@@ -30,6 +30,8 @@
* $FreeBSD$
*/
+#include <sys/queue.h>
+
#define UNLIMITED 0 /* unlimited terminal width */
enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK };
@@ -44,8 +46,8 @@ typedef struct kinfo {
/* Variables. */
typedef struct varent {
+ STAILQ_ENTRY(varent) next_ve;
const char *header;
- struct varent *next;
struct var *var;
} VARENT;
OpenPOWER on IntegriCloud