diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c index e5658a4e..1ff94fab 100644 --- a/src/cmd/acme/acme.c +++ b/src/cmd/acme/acme.c @@ -57,6 +57,12 @@ derror(Display *d, char *errorstr) error(errorstr); } +int +threadmaybackground(void) +{ + return 1; +} + void threadmain(int argc, char *argv[]) {