summaryrefslogtreecommitdiff
path: root/third_party/srtp/tables/aes_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/srtp/tables/aes_tables.c')
-rw-r--r--third_party/srtp/tables/aes_tables.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/srtp/tables/aes_tables.c b/third_party/srtp/tables/aes_tables.c
index b2bc1d78..96d28ce7 100644
--- a/third_party/srtp/tables/aes_tables.c
+++ b/third_party/srtp/tables/aes_tables.c
@@ -42,6 +42,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include <stdio.h>
#include "gf2_8.h"
#include "crypto_math.h"