1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r7009: the correct for maing it all build with my gcc-4.0

I assume the problem is caused by including a precompiled header twice...

metze
(This used to be commit 45f8b5dfa1d003666b551c95d4e3dce942c1a10e)
This commit is contained in:
Stefan Metzmacher 2005-05-27 07:30:24 +00:00 committed by Gerald (Jerry) Carter
parent ab78cc9dca
commit 1454d5a4cf

View File

@ -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