1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
Andrew Tridgell 0fedba6342 r8456: avoid double inclusion of roken.h (this was breaking the build on irix 6.4)
(This used to be commit 8c432af87d9ae9a5bdce5ce1ca96dc46adda793e)
2007-10-10 13:23:05 -05:00

8 lines
145 B
C

/*
a wrapper to avoid double inclusion of the real roken.h
*/
#ifndef _ROKEN_H_
#define _ROKEN_H_
#include "heimdal/lib/roken/roken.h"
#endif