Browse Source

Merge commit 'fee8c0d' into bfgminer

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

+ 1 - 0
configure.ac

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