summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/fpm/fpm/fpm_atomic.h')
-rw-r--r--sapi/fpm/fpm/fpm_atomic.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sapi/fpm/fpm/fpm_atomic.h b/sapi/fpm/fpm/fpm_atomic.h
index ec9e4f197d..1bb6106e45 100644
--- a/sapi/fpm/fpm/fpm_atomic.h
+++ b/sapi/fpm/fpm/fpm_atomic.h
@@ -3,11 +3,7 @@
#ifndef FPM_ATOMIC_H
#define FPM_ATOMIC_H 1
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#else
-# include <stdint.h>
-#endif
+#include <inttypes.h>
#include <sched.h>
#ifdef HAVE_BUILTIN_ATOMIC