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

@@ -10,8 +10,8 @@ if SOLARIS
dticon_LDADD += -ldl
endif
dticon_SOURCES = dtIconShell.c event.c fileIO.c fileIODialog.c \
globals.c graphics.c help.c image.c main.c \
newIconDialog.c process.c queryDialog.c \
stdErrDialog.c utils.c constants.h externals.h \
help.h main.h
dticon_SOURCES = dtIconShell.c event.c event.h fileIO.c fileIO.h \
fileIODialog.c globals.c graphics.c graphics.h \
help.c image.c image.h main.c newIconDialog.c \
process.c queryDialog.c stdErrDialog.c utils.c \
utils.h constants.h externals.h help.h main.h