1
0
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:
Andrew Tridgell 2005-07-14 08:50:57 +00:00 committed by Gerald (Jerry) Carter
parent ab67c8b2b7
commit 8c432af87d

View 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