This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-portable
mirror of
https://github.com/Fincer/openntpd-portable
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
include the BSD integer types
TODO: convert u_int_* types to uint_*
OPENBSD_5_7
Brent Cook
10 years ago
parent
4b191ba09c
commit
3f25522c31
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
include/sys/types.h
+ 1
- 0
include/sys/types.h
View File
@ -8,6 +8,7 @@
#
ifndef LIBCRYPTOCOMPAT_SYS_TYPES_H
#
define LIBCRYPTOCOMPAT_SYS_TYPES_H
#
include
<db.h>
#
include
<stdint.h>
#
ifdef __MINGW32__
Write
Preview
Loading…
Cancel
Save