mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
heimdal: don't include <sys/cdefs.h> without knowing it's there
metze
This commit is contained in:
parent
73dbbe0d54
commit
cdca75dee6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user