summaryrefslogtreecommitdiffstats
path: root/source/param
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-18 09:30:43 +0000
committerAndrew Tridgell <tridge@samba.org>2005-01-18 09:30:43 +0000
commitd2b51054b84319bb08462ae682277552fe3622e4 (patch)
tree59fe987c48fe160e0c809f0b653302d3bc9a48a8 /source/param
parent105c138625f8b9b0cbe5f7bddd187ff0c49fcad2 (diff)
downloadsamba-d2b51054b84319bb08462ae682277552fe3622e4.tar.gz
samba-d2b51054b84319bb08462ae682277552fe3622e4.tar.xz
samba-d2b51054b84319bb08462ae682277552fe3622e4.zip
r4817: ccache was being made ineffective on all the build farm machines
because the version number was being auto-updated and included in all C files. With this change it is only included where needed.
Diffstat (limited to 'source/param')
-rw-r--r--source/param/loadparm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 33559aa5285..616cf50afb0 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -53,6 +53,7 @@
*/
#include "includes.h"
+#include "version.h"
#include "dynconfig.h"
#include "system/time.h"
#include "system/iconv.h"