freebsd-ports/net-mgmt/iftop/files/patch-cfgfile.c
Kirill Ponomarev ed2549015e - Update to version 0.15
* add linear bar graphs
  * optional fixed bandwidth limits
  * configuration file support
2003-11-11 21:21:47 +00:00

10 lines
230 B
C

--- cfgfile.c.orig Tue Nov 11 22:10:29 2003
+++ cfgfile.c Tue Nov 11 22:10:43 2003
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
+#include <sys/types.h>
#include "stringmap.h"
#include "iftop.h"