Diff between f085b62ac86b2d2ab9106d8df5cd2e5a97dbcec9 and c5569d773b96d1f528d4ab9ce1ed2bf30c45fcbe
Changed Files
| File | Additions | Deletions | Status |
| src/shared/ecc.c | +4 | -0 | modified |
Full Patch
diff --git a/src/shared/ecc.c b/src/shared/ecc.c
index 33c4187..41be02b 100644
--- a/src/shared/ecc.c
+++ b/src/shared/ecc.c
@@ -24,6 +24,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>