chiark / gitweb /
need stddef.h
authorian <ian>
Thu, 1 Jan 2004 23:58:45 +0000 (23:58 +0000)
committerian <ian>
Thu, 1 Jan 2004 23:58:45 +0000 (23:58 +0000)
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"