dtksh: fix implicit-function-declaration warnings
Tis does not fix those warnings in ksh93 itself, only the stuff we are responsible for.
This commit is contained in:
parent
3021e01559
commit
f6c0a00a7a
|
|
@ -153,5 +153,7 @@ typedef struct {
|
|||
String verifyPrinterProcCommand;
|
||||
} ProcInfo_t;
|
||||
|
||||
void dtksh_init(void);
|
||||
|
||||
#endif /* _Dtksh_dtksh_h */
|
||||
/* DON'T ADD ANYTHING AFTER THIS #endif */
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@
|
|||
#include <Xm/ToggleB.h>
|
||||
#include <Xm/ToggleBG.h>
|
||||
|
||||
#include <Dt/Dt.h>
|
||||
#include <Dt/HelpDialog.h>
|
||||
#include <Dt/HelpQuickD.h>
|
||||
#include <Dt/Print.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue