diff options
Diffstat (limited to 'audio/sweep/files/patch-ab')
-rw-r--r-- | audio/sweep/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/sweep/files/patch-ab b/audio/sweep/files/patch-ab new file mode 100644 index 000000000000..800422e290b1 --- /dev/null +++ b/audio/sweep/files/patch-ab @@ -0,0 +1,10 @@ +--- src/driver.c 2000/09/25 09:09:58 1.1 ++++ src/driver.c 2000/09/25 09:10:23 +@@ -24,6 +24,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <sys/time.h> + #include <sys/types.h> + #include <sys/stat.h> |