1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

heimdal: don't include <sys/cdefs.h> without knowing it's there

metze
This commit is contained in:
Stefan Metzmacher 2009-01-30 17:34:49 +01:00
parent 73dbbe0d54
commit cdca75dee6
2 changed files with 13 additions and 0 deletions

View File

@ -80,7 +80,9 @@
*/
#define UNVIS_END 1 /* no more characters */
#ifdef HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
__BEGIN_DECLS
char * ROKEN_LIB_FUNCTION

View File

@ -1,4 +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