Codebase list libdockapp / e2b3f6c
libdockapp: Add #include <time.h> to basic example. Otherwise, we get the following compiler warning: basic.c: In function ‘main’: basic.c:111:2: warning: implicit declaration of function ‘time’ [-Wimplicit-function-declaration] srandom(time(NULL)); ^ Doug Torrance authored 9 years ago Carlos R. Mafra committed 9 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
88
99 /* also includes Xlib, Xresources, XPM, stdlib and stdio */
1010 #include <dockapp.h>
11 #include <time.h>
1112
1213 /* include the pixmap to use */
1314 #include "ball_red.xpm"