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

adding some missing headers in plugins

This commit is contained in:
Emmanuel Bouthenot
2006-10-10 18:08:48 +00:00
parent 71d5c65e28
commit 5d70f20c27
8 changed files with 60 additions and 12 deletions
+6 -2
View File
@@ -17,18 +17,22 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
/* wee-ruby.c: Ruby plugin support for WeeChat */
/* weechat-ruby.c: Ruby plugin support for WeeChat */
#undef _
#include <ruby.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <time.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#undef _
#include "../../weechat-plugin.h"
#include "../weechat-script.h"