1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

rmodifier: add missing include of strings.h in rmodifier.c

This commit is contained in:
Sebastien Helleu
2011-07-11 16:46:08 +02:00
parent 201ee104e7
commit db261576b4
+1
View File
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include "../weechat-plugin.h"
#include "rmodifier.h"