summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/vector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vector.h b/src/vector.h
index ef8f953..45a78d4 100644
--- a/src/vector.h
+++ b/src/vector.h
@@ -21,6 +21,8 @@
#ifndef _VECTOR_H
#define _VECTOR_H
+#include <unistd.h>
+
/*
* We're using a typedef here to "hide" the implementation details of the
* vector. Sure, it's a pointer, but the struct is hidden in the C file.