diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-18 10:06:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:59 -0500 |
commit | 07837b499f3c349744b5545c8277f5c193e8ef26 (patch) | |
tree | 7487315bc4ba7bbf467becd9293fdc0bc7edbaac /source4 | |
parent | 8451b2658ca0f44f2683bf8045a9232a4a8c9660 (diff) | |
download | samba-07837b499f3c349744b5545c8277f5c193e8ef26.tar.gz samba-07837b499f3c349744b5545c8277f5c193e8ef26.tar.bz2 samba-07837b499f3c349744b5545c8277f5c193e8ef26.zip |
r4818: missed version.h here
(This used to be commit 03953803519e5284b4092db12c6279370456c857)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |