summaryrefslogtreecommitdiff
path: root/sysutils/tpb/patches/patch-ab
blob: b191b20aa36e501f2d316b8717c948c0ed5b42b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ab,v 1.2 2004/02/02 17:42:10 wiz Exp $
--- src/tpb.c.orig	2004-02-02 15:46:17.000000000 +0100
+++ src/tpb.c	2004-02-02 15:47:17.000000000 +0100
@@ -22,14 +22,16 @@
 #include <ctype.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
+#include <sys/wait.h>
+#include <locale.h>
+#include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <wait.h>
 #include <X11/Xlib.h>
 #include "config.h"