diff options
| author | Günther Deschner <gd@samba.org> | 2011-03-22 23:58:21 +0100 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
| commit | 6b76909f5ef5f279cb73decf83f23d3dbf8adaf8 (patch) | |
| tree | 225f47c2fc120491e71d0b50b723db8ec1debdc6 /source3/lib | |
| parent | 60d2816c5e914f1674267a3b388c302335f93466 (diff) | |
s3-build: only include intl protos where needed.
Guenther
Diffstat (limited to 'source3/lib')
| -rw-r--r-- | source3/lib/dprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/dprintf.c b/source3/lib/dprintf.c index 73bacdccbb..97129f8b4a 100644 --- a/source3/lib/dprintf.c +++ b/source3/lib/dprintf.c @@ -29,6 +29,7 @@ */ #include "includes.h" +#include "intl/lang_tdb.h" int d_vfprintf(FILE *f, const char *format, va_list ap) { |
