summaryrefslogtreecommitdiff
path: root/audio/timidity/files/patch-common.c
blob: 9e1653c316e6bd373c53cb0913f189227604afe2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common.c.orig	1996-06-01 12:20:19 UTC
+++ common.c
@@ -24,7 +24,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#if defined(SOLARIS) || defined(__WIN32__)
+#if defined(SOLARIS) || defined(__WIN32__) || defined(__FreeBSD__)
 #include <string.h>
 #else
 #include <strings.h>