diff options
author | Niels Provos <provos@gmail.com> | 2007-02-28 04:02:29 +0000 |
---|---|---|
committer | Niels Provos <provos@gmail.com> | 2007-02-28 04:02:29 +0000 |
commit | 127c260bb7f8e972fffab9bc72bd1f53eae48730 (patch) | |
tree | 54b17097804851aae50538385ab94594c2f092ef /evrpc.c | |
parent | 995a58a374c4b1ce28c214d22dfdf00329b28957 (diff) | |
download | libevent-127c260bb7f8e972fffab9bc72bd1f53eae48730.tar.gz |
make evconfig.h available as installed header file; not
really ideal but good enough for me; from Nick Mathewson
svn:r339
Diffstat (limited to 'evrpc.c')
-rw-r--r-- | evrpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include "evconfig.h" #endif #ifdef WIN32 |