Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
755d7bf1
Commit
755d7bf1
authored
Apr 06, 2002
by
rswindell
Browse files
kd.h is Unix-specific.
parent
a4386412
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/xpdev/genwrap.c
src/xpdev/genwrap.c
+3
-0
No files found.
src/xpdev/genwrap.c
View file @
755d7bf1
...
...
@@ -38,12 +38,15 @@
#include <string.h>
/* strlen() */
#include <stdlib.h>
/* RAND_MAX */
#include <fcntl.h>
/* O_NOCTTY */
#ifdef __unix__
#ifndef __FreeBSD__
#include <sys/kd.h>
/* KIOCSOUND */
#endif
#ifdef __FreeBSD__
#include <sys/kbio.h>
#endif
#endif
/* __unix__ */
#include "genwrap.h"
/* Verify prototypes */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment