chiark / gitweb /
need stddef.h
[chiark-tcl.git] / crypto / algtables.c
index 8f796ce2333b726053f7df0bb928201e863c04b9..24ebba7c5e1cd249740f294973a6627cbb14fcb9 100644 (file)
@@ -2,6 +2,7 @@
  */
 
 #include <stdint.h>
+#include <stddef.h>
 #include <netinet/in.h>
 
 #include "hbytes.h"