headers/compatibility: Re-add missed _BSD_SOURCE guards to vis.h

This commit is contained in:
Augustin Cavalier 2018-12-16 21:01:03 -05:00
parent 514bace91d
commit a41ed241d9
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,10 @@
#ifndef _VIS_H_
#define _VIS_H_
#ifdef _BSD_SOURCE
#include <sys/types.h>
/*
@ -119,4 +123,6 @@ int unvis(char *, int, int *, int);
#endif
__END_DECLS
#endif
#endif /* !_VIS_H_ */