lib/DtTerm: fix implicit-function-declaration warnings

This commit is contained in:
Jon Trulson
2021-11-12 15:07:57 -07:00
parent fd3be337fa
commit 5223d0408e
5 changed files with 22 additions and 0 deletions

View File

@@ -27,6 +27,10 @@
* (c) Copyright 1993, 1994 Novell, Inc. *
*/
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#endif
#include <stdlib.h>
#include <wchar.h>