repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
sysutils
/
tpb
/
patches
/
patch-ab
blob
b03174871003c7d209520f1dd5a72d96bcaf1391
1
$NetBSD$
2
--- src/tpb.c.orig 2004-02-02 15:46:17.000000000 +0100
3
+++ src/tpb.c 2004-02-02 15:47:17.000000000 +0100
4
@@ -22,14 +22,16 @@
5
#include <ctype.h>
6
#include <fcntl.h>
7
#include <sys/ioctl.h>
8
-#include <linux/soundcard.h>
9
+#include <sys/soundcard.h>
10
+#include <sys/wait.h>
11
+#include <locale.h>
12
+#include <signal.h>
13
#include <stdio.h>
14
#include <stdlib.h>
15
#include <string.h>
16
#include <sys/stat.h>
17
#include <sys/types.h>
18
#include <unistd.h>
19
-#include <wait.h>
20
#include <X11/Xlib.h>
21
#include "config.h"
22