From 8fa7ba94bbd4d8d5d658c25c03a33454a96a9115 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 3 Dec 2012 00:27:52 +0000 Subject: [PATCH] doing configure checks for arpa/inet.h and so on is all fine and great.. but if the src file htis was intended for doesn't include e.h so it include config.h... then its kind of pointless isn't it? :) SVN revision: 79997 --- src/bin/e_sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_sha1.c b/src/bin/e_sha1.c index 98105cbb0..c45ec4472 100644 --- a/src/bin/e_sha1.c +++ b/src/bin/e_sha1.c @@ -1,4 +1,4 @@ -#include "e_sha1.h" +#include "e.h" #include #ifdef HAVE_ARPA_INET_H