mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
0fedba6342
(This used to be commit 8c432af87d
)
8 lines
145 B
C
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
|