blob: 89b6121d813f713bc98ca78e8876c93274e073bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./wave_a.c.orig 1996-05-20 08:10:15.000000000 -0500
+++ ./wave_a.c 2013-04-21 10:18:23.000000000 -0500
@@ -35,6 +35,7 @@
#ifdef __FreeBSD__
#include <stdio.h>
+#include <string.h>
#endif
#include "config.h"
|