summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-05-26 18:26:23 +0000
committerderaadt <deraadt@openbsd.org>2007-05-26 18:26:23 +0000
commit615981230454b4c26ed3be3aa14b3889a3331370 (patch)
tree6af434d52089d51a085afea9ff933a45c3f6cdda
parentthis isnt netbsd (diff)
downloadwireguard-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.c1
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>