summaryrefslogtreecommitdiff
path: root/audio/cmp3/files/patch-cmp3.h
blob: 8ee9d208c44f4ef77c92146a8c40aa72ed8a609f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cmp3.h.orig	2001-07-01 04:38:08 UTC
+++ cmp3.h
@@ -1,7 +1,7 @@
 #ifndef _CMP3_H
 #define _CMP3_H
 
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__DragonFly__)
 #include <ncurses.h>
 #include <termios.h>
 #else