From 5c4516fcf78067363a7093d5d6b3a6d6f3b709d1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 6 Dec 2007 22:34:56 +0100 Subject: r26322: Fix include (This used to be commit 97443169378c18f9a7c522749a37f4f850a1305f) --- source4/smbd/process_standard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index e013f9cd0e..fdeaefc443 100644 --- a/source4/smbd/process_standard.c +++ b/source4/smbd/process_standard.c @@ -29,6 +29,7 @@ #include "param/secrets.h" #include "system/filesys.h" #include "cluster/cluster.h" +#include "param/param.h" #ifdef HAVE_SETPROCTITLE #ifdef HAVE_SETPROCTITLE_H -- cgit