BUILD/MINOR: memory: stdint is needed for uintptr_t

stdint.h is needed on OpenBSD for uintptr_t type.
This commit is contained in:
David Carlier 2018-02-18 19:36:42 +00:00 committed by Willy Tarreau
parent 7e2e505006
commit 4ee76d0281

View File

@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <common/config.h>
#include <common/mini-clist.h>