Browse Source

configure: Include <stddef.h> for _Static_assert check

Luke Dashjr 11 years ago
parent
commit
fee8c0d283
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -1429,6 +1429,7 @@ fi
 
 AC_MSG_CHECKING([if good static asserts compile])
 AC_TRY_LINK([
+	#include <stddef.h>
 ], [
 	_Static_assert(1, ":)");
 ], [