12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
$OpenBSD: patch-src_gnome1-netload_c,v 1.1 2003/04/30 14:59:34 avsm Exp $
|
|
--- src/gnome1-netload.c.orig Wed Apr 30 21:21:39 2003
|
|
+++ src/gnome1-netload.c Wed Apr 30 21:21:49 2003
|
|
@@ -22,6 +22,7 @@
|
|
* This is the Gnome 1 specific network load measuring stuff.
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <glibtop/netload.h>
|