commit | 4ee76d0281a49d2e32f2e5705c1ad6ac5e5f7aa0 | [log] [tgz] |
---|---|---|
author | David Carlier <devnexen@gmail.com> | Sun Feb 18 19:36:42 2018 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Mon Feb 19 07:58:50 2018 +0100 |
tree | ab25e29ec3b94da89703876706e42b2eadf2c87e | |
parent | 7e2e505006feb8f3b4a7f9e0ac5e89b5a8c4895e [diff] |
BUILD/MINOR: memory: stdint is needed for uintptr_t stdint.h is needed on OpenBSD for uintptr_t type.
diff --git a/include/common/memory.h b/include/common/memory.h index 9ec9fc7..fce0d5f 100644 --- a/include/common/memory.h +++ b/include/common/memory.h
@@ -26,6 +26,7 @@ #include <stdlib.h> #include <string.h> +#include <stdint.h> #include <common/config.h> #include <common/mini-clist.h>