Fix compilation issues on OS X - mainly #include file changes (Lars Immisch)

diff --git a/include/vty/command.h b/include/vty/command.h
index f72ea6c..26022cb 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"