Remove optlist.h, not required.
Add empthread.h, needed for empth_request_shutdown() and empth_wait_for_signal().
This commit is contained in:
parent
897c212bfa
commit
4c9293f9ea
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#include "optlist.h"
|
|
||||||
#include "prototypes.h"
|
|
||||||
#include "service.h"
|
#include "service.h"
|
||||||
|
#include "empthread.h"
|
||||||
|
#include "prototypes.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
install_service(char *program_name, char *service_name, char *config_file)
|
install_service(char *program_name, char *service_name, char *config_file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue