diff options
author | 2007-05-26 18:26:23 +0000 | |
---|---|---|
committer | 2007-05-26 18:26:23 +0000 | |
commit | 615981230454b4c26ed3be3aa14b3889a3331370 (patch) | |
tree | 6af434d52089d51a085afea9ff933a45c3f6cdda | |
parent | this isnt netbsd (diff) | |
download | wireguard-openbsd-615981230454b4c26ed3be3aa14b3889a3331370.tar.xz wireguard-openbsd-615981230454b4c26ed3be3aa14b3889a3331370.zip |
work around stupid trust of the namespace; millert please look at the problem on macppc
-rw-r--r-- | usr.bin/cdio/rip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/cdio/rip.c b/usr.bin/cdio/rip.c index b08a2844658..01d3f209dbb 100644 --- a/usr.bin/cdio/rip.c +++ b/usr.bin/cdio/rip.c @@ -14,6 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include <sys/types.h> +#include <sys/signal.h> #include <sys/audioio.h> #include <sys/cdio.h> |