Skip to content

Server: add missing include to nf_callback.c#49

Open
ivangalkin wants to merge 1 commit intoNetflix:masterfrom
ivangalkin:patch-2
Open

Server: add missing include to nf_callback.c#49
ivangalkin wants to merge 1 commit intoNetflix:masterfrom
ivangalkin:patch-2

Conversation

@ivangalkin
Copy link

nf_callbacks.c:130:13: error: implicit declaration of function 'kill' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
            kill((pid_t)pid, SIGTERM);

```
nf_callbacks.c:130:13: error: implicit declaration of function 'kill' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
            kill((pid_t)pid, SIGTERM);
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant