diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-12-21 01:51:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:29:34 -0500 |
commit | 253c1bec462de467a923f7a8951598f7abbe163e (patch) | |
tree | cd67da367d3fab5b7df9fc3176836c12c194ef8a /source4/include | |
parent | 03b05b9400d65efa2a0ad2a93adc8038df1e59af (diff) | |
download | samba-253c1bec462de467a923f7a8951598f7abbe163e.tar.gz samba-253c1bec462de467a923f7a8951598f7abbe163e.tar.bz2 samba-253c1bec462de467a923f7a8951598f7abbe163e.zip |
r20298: Fix pidl tests (missing symlink..).
(This used to be commit ab3d57394630cefc1fefe859c8bd3d56f6e63695)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index a2c8b3472d..f1188e2aaf 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -77,7 +77,9 @@ _PUBLIC_ void smb_panic(const char *why) NORETURN_ATTRIBUTE; #include "system/time.h" #include "system/wait.h" +#ifndef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) +#endif /* Lists, trees, caching, database... */ #include "talloc/talloc.h" |