Code

Refreshing patches, dropping bts625631-gcc4.5.
[pkg-rrdtool.git] / debian / patches / implicit-decl-fix
1 diff a/src/rrd_tool.c b/src/rrd_tool.c
2 --- a/src/rrd_tool.c
3 +++ b/src/rrd_tool.c
4 @@ -16,6 +16,8 @@
5  #endif
6  #endif
7  
8 +#include <unistd.h>
9 +
10  #include "rrd_tool.h"
11  #include "rrd_xport.h"
12  #include "rrd_i18n.h"