pkgsrc/x11/deforaos-panel/patches/patch-src_applets_swap.c

12 lines
338 B
C

$NetBSD: patch-src_applets_swap.c,v 1.1 2013/01/15 15:34:12 joerg Exp $
--- src/applets/swap.c.orig 2013-01-15 13:22:55.000000000 +0000
+++ src/applets/swap.c
@@ -23,6 +23,7 @@
# include <sys/sysinfo.h>
#elif defined(__NetBSD__)
# include <sys/sysctl.h>
+# include <uvm/uvm_extern.h>
#endif
#include <libintl.h>
#include "Panel.h"