1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtfile: Resolve implicit imcompatible declaration warnings.

This commit is contained in:
Peter Howkins 2012-08-30 18:25:49 +01:00
parent 7546d1a71a
commit ef67cebea5
2 changed files with 2 additions and 0 deletions

View file

@ -51,6 +51,7 @@
************************************<+>*************************************/
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/wait.h>

View file

@ -46,6 +46,7 @@
************************************<+>*************************************/
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/wait.h>