Chromium Code Reviews| Index: srtp/crypto/kernel/err.c |
| diff --git a/srtp/crypto/kernel/err.c b/srtp/crypto/kernel/err.c |
| index 4a3a8589e990ab491ea2530db79c94e24da4a82c..8ab90a2feaa0d7d89d7e6f6b48e99f83d0133d07 100644 |
| --- a/srtp/crypto/kernel/err.c |
| +++ b/srtp/crypto/kernel/err.c |
| @@ -42,6 +42,10 @@ |
| * |
| */ |
| +#ifdef HAVE_CONFIG_H |
| + #include <config.h> |
| +#endif |
| + |
| #include "err.h" |
| #ifdef ERR_REPORTING_SYSLOG |