remove most external function calls (except io)
[compress.git] / code.h
diff --git a/code.h b/code.h
index 5ffcf48ddb18da9ee3b7bb9ef6ebd96766316cd9..977efc3e88687cbad2f8d86efb4f9055f6691dfc 100644 (file)
--- a/code.h
+++ b/code.h
@@ -1,6 +1,8 @@
 #ifndef __CODE_H__
 #define __CODE_H__
 
+#include <stddef.h>
+
 #define NB_BYTES 256
 
 /* byte type */