a massive fix of FLTK headers inclusion;

This commit is contained in:
Sanel Zukan
2008-09-15 11:00:23 +00:00
parent 65492f45b7
commit e399841a6d
35 changed files with 111 additions and 111 deletions

View File

@@ -589,7 +589,7 @@ void EvokeService::service_watcher(int pid, int ret) {
write(wake_up_pipe[1], &ret, sizeof(int));
}
#include <FL/fl_ask.h>
#include <FL/fl_ask.H>
void EvokeService::wake_up(int fd) {
puts("=== wake_up() ===");