Browse Source

add stdint for mingw

pull/196/merge
Max Lv 10 years ago
parent
commit
30c38d319b
1 changed files with 1 additions and 0 deletions
  1. 1
      src/encrypt.h

1
src/encrypt.h

@ -40,6 +40,7 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h>
#if defined(USE_CRYPTO_OPENSSL) #if defined(USE_CRYPTO_OPENSSL)

Loading…
Cancel
Save