Index: srtp/crypto/math/gf2_8.c |
diff --git a/srtp/crypto/math/gf2_8.c b/srtp/crypto/math/gf2_8.c |
index f1f45bdd56c4df8411015fc3566448c248ca2fa6..c57f8d232a7459a84c1da498ec11d590b339042e 100644 |
--- a/srtp/crypto/math/gf2_8.c |
+++ b/srtp/crypto/math/gf2_8.c |
@@ -45,6 +45,10 @@ |
*/ |
+#ifdef HAVE_CONFIG_H |
+ #include <config.h> |
+#endif |
+ |
#include "datatypes.h" |
#include "gf2_8.h" |