git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab78cc9
)
r7009: the correct for maing it all build with my gcc-4.0
author
Stefan Metzmacher
<metze@samba.org>
Fri, 27 May 2005 07:30:24 +0000
(07:30 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:17:05 +0000
(13:17 -0500)
I assume the problem is caused by including a precompiled header twice...
metze
(This used to be commit
45f8b5dfa1d003666b551c95d4e3dce942c1a10e
)
source4/web_server/ejs/miniMpr.h
patch
|
blob
|
history
diff --git
a/source4/web_server/ejs/miniMpr.h
b/source4/web_server/ejs/miniMpr.h
index 447a0f4c34c65be37da059be357b82bafa97dfeb..6fc9c02a16a0d54d240f2e40c889285e93c833d1 100644
(file)
--- a/
source4/web_server/ejs/miniMpr.h
+++ b/
source4/web_server/ejs/miniMpr.h
@@
-35,7
+35,9
@@
/*
* Find out about our configuration
*/
- #include "includes.h"
+#ifndef _INCLUDES_H
+ #include "includes.h"
+#endif
/* allow this library to use strcpy() */
#undef strcpy