Browse Source

include the BSD integer types

TODO: convert u_int_* types to uint_*
OPENBSD_5_7
Brent Cook 9 years ago
parent
commit
3f25522c31
1 changed files with 1 additions and 0 deletions
  1. +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__


Loading…
Cancel
Save