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

@@ -34,6 +34,10 @@
** This file contains the multi-byte character versions of the render routines.
*/
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#endif
#include "TermHeader.h"
#include "TermPrimDebug.h"
#include "TermPrimP.h"