1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03: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