aboutsummaryrefslogtreecommitdiffstats
path: root/include/vty/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vty/buffer.h')
-rw-r--r--include/vty/buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vty/buffer.h b/include/vty/buffer.h
index 87cb3fde4..31519400f 100644
--- a/include/vty/buffer.h
+++ b/include/vty/buffer.h
@@ -23,6 +23,8 @@
#ifndef _ZEBRA_BUFFER_H
#define _ZEBRA_BUFFER_H
+#include <sys/types.h>
+
/* Create a new buffer. Memory will be allocated in chunks of the given
size. If the argument is 0, the library will supply a reasonable
default size suitable for buffering socket I/O. */