Skip to content

Commit 2b67f20

Browse files
committed
fix typo
1 parent 9c423af commit 2b67f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define FPM_ATOMIC_H 1
77

88
#if HAVE_INTTYPES_H
9-
# include <stdint.h>
9+
# include <inttypes.h>
1010
#else
1111
# include <stdint.h>
1212
#endif

0 commit comments

Comments
 (0)