diff options
Diffstat (limited to 'third_party/heimdal_build/vis.h')
-rw-r--r-- | third_party/heimdal_build/vis.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/heimdal_build/vis.h b/third_party/heimdal_build/vis.h new file mode 100644 index 0000000..b6e6f6b --- /dev/null +++ b/third_party/heimdal_build/vis.h @@ -0,0 +1,15 @@ +#ifndef _HEIMDAL_BUILD_VIS_H +#define _HEIMDAL_BUILD_VIS_H + +#include "system/locale.h" + +#ifndef __BEGIN_DECLS +#define __BEGIN_DECLS +#endif + +#ifndef __END_DECLS +#define __END_DECLS +#endif + +#include "../heimdal/lib/roken/vis.hin" +#endif |