diff options
author | TingPing <tingping@tingping.se> | 2014-12-15 22:57:27 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-17 18:21:10 -0500 |
commit | aeb5d15871cca7fe5eba806431b4e63fee015a94 (patch) | |
tree | 767d8f2892834e930f81b0ebb9bb2de44fd61bca /plugins/perl/perl.c | |
parent | 76c2cfebc35a007cbbd3ae3ab66b64799fd62f8e (diff) |
More consistently include config.h
Diffstat (limited to 'plugins/perl/perl.c')
-rw-r--r-- | plugins/perl/perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index eb539902..9bf4f874 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -32,7 +32,7 @@ #endif #undef PACKAGE -#include "../../config.h" +#include "config.h" #include "hexchat-plugin.h" |