12 lines
204 B
Text
12 lines
204 B
Text
|
Index: buf.c
|
||
|
--- buf.c.orig
|
||
|
+++ buf.c
|
||
|
@@ -12,6 +12,7 @@
|
||
|
#include <sys/types.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
+#include <string.h>
|
||
|
#include <stdarg.h>
|
||
|
#include <unistd.h>
|
||
|
#include <ctype.h>
|