aboutsummaryrefslogtreecommitdiff
path: root/helper/linux/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/linux/thread.c')
-rw-r--r--helper/linux/thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/linux/thread.c b/helper/linux/thread.c
index 52d4efc5e..94ab83a9a 100644
--- a/helper/linux/thread.c
+++ b/helper/linux/thread.c
@@ -4,6 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#include "config.h"
+
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif