aboutsummaryrefslogtreecommitdiffstats
path: root/include/vty/command.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-05-21 07:23:02 +0000
committerHarald Welte <laforge@gnumonks.org>2009-05-21 07:23:02 +0000
commit12247c671371cd7f5466beb96db8ade8b12406d9 (patch)
tree5b130fe5011a22a4113ad140bbadf9266eb03fbe /include/vty/command.h
parentef061951e6e9c8bb9eda16f396ad245037156868 (diff)
Fix compilation issues on OS X - mainly #include file changes (Lars Immisch)
Diffstat (limited to 'include/vty/command.h')
-rw-r--r--include/vty/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vty/command.h b/include/vty/command.h
index f72ea6c04..26022cb02 100644
--- a/include/vty/command.h
+++ b/include/vty/command.h
@@ -24,6 +24,7 @@
#define _ZEBRA_COMMAND_H
#include <stdio.h>
+#include <sys/types.h>
#include "vector.h"
#include "vty.h"