diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-30 10:46:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-30 10:46:07 +0000 |
commit | d5d85db1dfe06b7fc308d131708b97a48c81c030 (patch) | |
tree | 94ec70081ab22af7897e6d164bb8726b3e13825e | |
parent | Add osdclock 0.5, small clock which uses libxosd to render text to the (diff) |
- use real location for soundcard.h
(instead of symlink)
-rw-r--r-- | emulators/frodo/files/patch-SID_linux.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/frodo/files/patch-SID_linux.i b/emulators/frodo/files/patch-SID_linux.i index b7ea9135a256..d31e0c966e23 100644 --- a/emulators/frodo/files/patch-SID_linux.i +++ b/emulators/frodo/files/patch-SID_linux.i @@ -9,7 +9,7 @@ +#if defined(__linux__) +# include <linux/soundcard.h> +#elif defined(__FreeBSD__) -+# include <machine/soundcard.h> ++# include <sys/soundcard.h> +#endif #include "VIC.h" |