dticon: fix implicit-function-declaration warnings

This commit is contained in:
Jon Trulson
2021-11-15 15:47:08 -07:00
parent 6f553130a3
commit 3f1f2ea0f6
21 changed files with 323 additions and 22 deletions

View File

@@ -41,6 +41,7 @@
#include <Xm/MessageB.h>
#include "main.h"
#include "externals.h"
#include "process.h"
#define RES_CONVERT( res_name, res_value) \
XtVaTypedArg, (res_name), XmRString, (res_value), strlen(res_value) + 1