1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
samba-mirror/source4/heimdal_build/roken.h
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