Skip to content

Commit

Permalink
fix check_kill
Browse files Browse the repository at this point in the history
Commit at Stettbach, waiting for the S3...
  • Loading branch information
Nico Schottelius committed Feb 22, 2008
1 parent 8abf462 commit 0309409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ GSRC = mice.c twiddler.c synaptics.c \
daemon/do_selection.c daemon/get_console_size.c daemon/get_data.c \
daemon/getmousedata.c daemon/gpm.c daemon/gpm-killed.c \
daemon/header.c daemon/main.c daemon/old_main.c \
daemon/open_console.c \
daemon/open_console.c daemon/check_kill.c daemon/getsym.c \
daemon/processspecial.c daemon/processconn.c daemon/processmouse.c \
daemon/processrequest.c daemon/selection_copy.c daemon/selection_paste.c\
daemon/cmdline.c daemon/loadlut.c daemon/find_mouse_by_name.c \
daemon/usage.c daemon/check_uniqueness.c \
daemon/startup.c daemon/wait_text.c
# daemon/.c daemon/.c daemon/.c \

GOBJ = $(GSRC:.c=.o) report.o tools.o

Expand Down
4 changes: 4 additions & 0 deletions src/daemon/check_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
*
********/

#include <signal.h> /* kill */
#include <unistd.h> /* unlink */
#include <stdlib.h> /* exit */

#include "headers/message.h" /* messaging in gpm */
#include "headers/daemon.h" /* daemon internals */

Expand Down

0 comments on commit 0309409

Please sign in to comment.