From 07837b499f3c349744b5545c8277f5c193e8ef26 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 18 Jan 2005 10:06:37 +0000 Subject: r4818: missed version.h here (This used to be commit 03953803519e5284b4092db12c6279370456c857) --- source4/lib/version.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib') diff --git a/source4/lib/version.c b/source4/lib/version.c index 99f836c2d5..fb5ed3ce05 100644 --- a/source4/lib/version.c +++ b/source4/lib/version.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "version.h" const char *samba_version_string(void) { -- cgit