1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

Add missing include of limits.h

This commit is contained in:
Sebastien Helleu
2009-12-07 09:43:49 +01:00
parent a498402e78
commit a652fc271f
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
#include <limits.h>
#include <unistd.h>
#include "../core/weechat.h"