updates.
[runtime.git] / includes / silcincludes.h
index d793c4b3efd06370733d8fd30634f89a0dd0dc97..c19b4971d4d257e083d85d9d8836ea8faad6fed2 100644 (file)
@@ -142,7 +142,7 @@ typedef unsigned char uint8;
 typedef signed char int8;
 
 #if SILC_SIZEOF_SHORT > 2
-#error "sizeof short must be 2 bytes"
+#error "size of the short must be 2 bytes"
 #endif
 
 typedef unsigned short uint16;
@@ -201,6 +201,7 @@ typedef uint32 * void *;
 #include "silcpkcs.h"
 
 /* SILC util library includes */
+#include "silchashtable.h"
 #include "silclog.h"
 #include "silcmemory.h"
 #include "silcbuffer.h"