Include <string.h> for declaration of memset.
authorJim Meyering <jim@meyering.net>
Fri, 31 Oct 2003 13:53:15 +0000 (13:53 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Oct 2003 13:53:15 +0000 (13:53 +0000)
lib/linebuffer.c

index 0d35fc0ce3fd1e684cb559b53c055c0e00ce340d..67d0f1fd7c70421aacb92635798205608545a14b 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <sys/types.h>
 #include "linebuffer.h"
 #include "unlocked-io.h"