Browse Source

TT#111150 add missing include

auxlib.h uses uintXX_t types, which needs stdint.h

Change-Id: Ifad291074c501f2f0268f2eb48399b8bec70d272
rfuchs/1283
Richard Fuchs 5 years ago
parent
commit
addaa6acbc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/auxlib.h

+ 1
- 0
lib/auxlib.h View File

@ -6,6 +6,7 @@
#include "compat.h"
#include <openssl/rand.h>
#include <pthread.h>
#include <stdint.h>
#define THREAD_BUF_SIZE 64


Loading…
Cancel
Save