summaryrefslogtreecommitdiff
path: root/src/random.c
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-04-06 11:28:10 -0300
committerEuAndreh <eu@euandre.org>2024-04-06 11:28:10 -0300
commit0c7b99900d6c73530291c3c45dc8787fbd437d0f (patch)
tree99455434d1c02c4154b27fa563ea604bb3eb180e /src/random.c
parentCanonicalize builds: remove "fuzz" references (diff)
downloadpindaiba-0c7b99900d6c73530291c3c45dc8787fbd437d0f.tar.gz
pindaiba-0c7b99900d6c73530291c3c45dc8787fbd437d0f.tar.xz
Sort includes
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"