roken: rand.c needs to include config.h

If we don't include config.h, we don't get the results of any
autoconf tests.
This commit is contained in:
Simon Wilkinson
2015-04-13 08:38:14 +01:00
parent 4cf66ae8e4
commit e0dd26d963

View File

@@ -30,6 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#include <config.h>
#include "roken.h"