include config.h for the macro

This commit is contained in:
Florian Stinglmayr 2018-03-23 15:08:56 +01:00
parent b560eda3be
commit cec17a6db3

View File

@ -23,6 +23,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "config.h"
#ifndef HAVE_ARC4RANDOM_UNIFORM #ifndef HAVE_ARC4RANDOM_UNIFORM
#include <bsd/stdlib.h> #include <bsd/stdlib.h>
#endif #endif