diff options
Diffstat (limited to 'plugins/ewc/ewc.c')
-rw-r--r-- | plugins/ewc/ewc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ewc/ewc.c b/plugins/ewc/ewc.c index 78e7e9ac..55366da6 100644 --- a/plugins/ewc/ewc.c +++ b/plugins/ewc/ewc.c @@ -17,8 +17,8 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "xchat-plugin.h" #include <windows.h> +#include "hexchat-plugin.h" static xchat_plugin *ph; /* plugin handle */ static int enable = 1; |