1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 12:00:31 +01:00

WINGs: Added include for header defining the funcion provided by the file

This allows the compiler to warn if the definition in the file is
no in line with what is exposed to the users of the function through
the header definition.
This commit is contained in:
Christophe CURIS
2013-05-12 00:24:50 +02:00
committed by Carlos R. Mafra
parent 8a58c8b568
commit 140249ad0c

View File

@@ -2,6 +2,7 @@
#include <errno.h>
#include <time.h>
#include "WUtil.h"
#include "wconfig.h"
void wusleep(unsigned int usec)