summaryrefslogtreecommitdiff
path: root/src/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/random.c')
-rw-r--r--src/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.c b/src/random.c
index a35eafd..3ec9e24 100644
--- a/src/random.c
+++ b/src/random.c
@@ -3,8 +3,8 @@
#include <assert.h>
#include <errno.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
+#include <stdio.h>
#include <string.h>
#include "logerr.h"