Skip to content

Commit

Permalink
#147 retry cancellations
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Jan 16, 2024
1 parent 648f1c4 commit f63b9a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ TST_E = $(patsubst tst/%.c,%,$(wildcard tst/tst-*.c))
TST_T = $(patsubst tst%,test%,$(TST_E))

all: way-displays
ssh duke -C "rm /home/alex/bin/way-displays" || true
scp way-displays duke:/home/alex/bin

$(SRC_O): $(INC_H) $(PRO_H) config.mk GNUmakefile
$(PRO_O): $(PRO_H) config.mk GNUmakefile
Expand Down
2 changes: 2 additions & 0 deletions src/listener_output_configuration.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#include <stddef.h>
#include <stdlib.h>

#include "listeners.h"

#include "displ.h"
#include "process.h"
#include "slist.h"
#include "head.h"
#include "wlr-output-management-unstable-v1.h"
Expand Down

0 comments on commit f63b9a5

Please sign in to comment.