mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
fix some silly typoes and ommissions (thanks, Scottie)
This commit is contained in:
parent
c746a0fc51
commit
6a52b0460c
1 changed files with 5 additions and 5 deletions
|
@ -61,10 +61,10 @@ AC_CHECK_HEADERS(
|
|||
dpmi.h dsound.h errno.h fcntl.h fnmatch.h io.h libc.h limits.h \
|
||||
linux/soundcard.h machine/soundcard.h malloc.h math.h mgraph.h netdb.h \
|
||||
netinet/in.h pwd.h setjmp.h signal.h stdarg.h stdio.h stdlib.h string.h \
|
||||
strings.h sys/audioio.h sys/filio.h sys/ioctl.h sys/io.h sys/ipc.h \
|
||||
sys/mman.h sys/param.h sys/poll.h sys/shm.h sys/signal.h sys/socket.h \
|
||||
sys/soundcard.h sys/stat.h sys/time.h sys/types.h sys/wait.h time.h \
|
||||
unistd.h windows.h winsock.h
|
||||
strings.h sys/audioio.h sys/asoundlib.h sys/filio.h sys/ioctl.h sys/io.h \
|
||||
sys/ipc.h sys/mman.h sys/param.h sys/poll.h sys/shm.h sys/signal.h \
|
||||
sys/socket.h sys/soundcard.h sys/stat.h sys/time.h sys/types.h sys/wait.h \
|
||||
time.h unistd.h windows.h winsock.h
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue