Created
April 6, 2011 13:24
-
-
Save evax/905627 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/c_src/vector.h b/c_src/vector.h | |
index f7ace29..c43ea33 100644 | |
--- a/c_src/vector.h | |
+++ b/c_src/vector.h | |
@@ -40,6 +40,7 @@ | |
#ifndef VECTOR_H | |
#define VECTOR_H | |
+#include <stddef.h> | |
#ifndef size_t | |
typedef unsigned long size_t; | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment