mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
r8456: avoid double inclusion of roken.h (this was breaking the build on irix 6.4)
This commit is contained in:
parent
ab67c8b2b7
commit
8c432af87d
7
source/heimdal_build/roken.h
Normal file
7
source/heimdal_build/roken.h
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
a wrapper to avoid double inclusion of the real roken.h
|
||||
*/
|
||||
#ifndef _ROKEN_H_
|
||||
#define _ROKEN_H_
|
||||
#include "heimdal/lib/roken/roken.h"
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user