mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
019a322c56
heimdal/lib/roken/roken.h, this fixes the build on the 64bit machines
metze
(This used to be commit 657345da22
)
9 lines
179 B
C
9 lines
179 B
C
/*
|
|
a wrapper to avoid double inclusion of the real roken.h
|
|
*/
|
|
#ifndef _ROKEN_H_
|
|
#define _ROKEN_H_
|
|
#include "heimdal_build/config.h"
|
|
#include "heimdal/lib/roken/roken.h"
|
|
#endif
|