1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +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 commit is contained in:
Stefan Metzmacher 2005-05-27 07:30:24 +00:00 committed by Gerald (Jerry) Carter
parent 592a81c347
commit 45f8b5dfa1

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