1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-21 17:13:22 +00:00

20 lines
447 B
Diff

--- export/src/unvis.c 2007-08-31 00:02:46.000000000 +0200
+++ ../src/unvis.c 2007-08-31 00:03:08.000000000 +0200
@@ -29,7 +29,7 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
+#include <config.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
@@ -38,7 +38,6 @@
#endif
#endif /* LIBC_SCCS and not lint */
-#include "namespace.h"
#include <sys/types.h>
#include <assert.h>