chiark / gitweb /
missing string.h
authorian <ian>
Tue, 31 May 2005 23:34:51 +0000 (23:34 +0000)
committerian <ian>
Tue, 31 May 2005 23:34:51 +0000 (23:34 +0000)
hostside/nmra.c

index bd2e9161c5f8e5d9d1c000961eedf06678013454..00328709bf4d4c74ee2a45a178ee77c275f18801 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <assert.h>
 #include <limits.h>
+#include <string.h>
 
 #include "common.h"
 #include "nmra.h"