494093ce60
Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. The main goals of the project are: * minimize the security model of FAM * simplify the code base * provide an API and ABI compatible replacement for FAM * try to fix some other issues like resource consumption works for bernd@ ok landry@ jasper@
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
$OpenBSD: patch-server_gam_node_c,v 1.1.1.1 2009/12/04 08:07:20 ajacoutot Exp $
|
|
--- server/gam_node.c.orig Sat Nov 28 22:06:04 2009
|
|
+++ server/gam_node.c Sat Nov 28 22:05:56 2009
|
|
@@ -23,6 +23,7 @@
|
|
#include "gam_event.h"
|
|
#include "gam_node.h"
|
|
#include "gam_error.h"
|
|
+#include "gam_server.h"
|
|
|
|
/**
|
|
* Create a new node
|