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:
parent
592a81c347
commit
45f8b5dfa1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user