Skip to content

Instantly share code, notes, and snippets.

@evax
Created April 6, 2011 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evax/905627 to your computer and use it in GitHub Desktop.
Save evax/905627 to your computer and use it in GitHub Desktop.
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