Browse Source

MT#55283 add missing header

Change-Id: I40a9758e8af0003b64478c6d2bff85e6ab8eae2c
pull/1657/head
Richard Fuchs 3 years ago
parent
commit
ddc79e5713
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/auxlib.h

+ 1
- 0
lib/auxlib.h View File

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


Loading…
Cancel
Save