headers/compatibility: Re-add missed _BSD_SOURCE guards to vis.h
This commit is contained in:
@@ -35,6 +35,10 @@
|
|||||||
#ifndef _VIS_H_
|
#ifndef _VIS_H_
|
||||||
#define _VIS_H_
|
#define _VIS_H_
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef _BSD_SOURCE
|
||||||
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -119,4 +123,6 @@ int unvis(char *, int, int *, int);
|
|||||||
#endif
|
#endif
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* !_VIS_H_ */
|
#endif /* !_VIS_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user