aboutsummaryrefslogtreecommitdiff
path: root/src/util/proc_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/proc_compat.c')
-rw-r--r--src/util/proc_compat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/proc_compat.c b/src/util/proc_compat.c
index 6e852cb35..0423a0d5c 100644
--- a/src/util/proc_compat.c
+++ b/src/util/proc_compat.c
@@ -17,7 +17,7 @@
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20#include "platform.h" 20
21 21
22/** 22/**
23 * @author Martin Schanzenbach 23 * @author Martin Schanzenbach
@@ -26,6 +26,7 @@
26 * Definitions for macOS and Win32 26 * Definitions for macOS and Win32
27 */ 27 */
28 28
29#include "platform.h"
29 30
30/** 31/**
31 * memrchr as defined in glibc 32 * memrchr as defined in glibc