Branch: refs/heads/master
Home: https://github.com/OpenSC/libp11
Commit: 97700cb51ac1e84f5ac8bc402e6f9e0fc271d76b
https://github.com/OpenSC/libp11/commit/97700cb51ac1e84f5ac8bc402e6f9e0fc271d76b
Author: Henrik Riomar <hen...@gm...>
Date: 2019-04-11 (Thu, 11 Apr 2019)
Changed paths:
M src/p11_atfork.c
Log Message:
-----------
add needed include for getpid()
Fixes:
p11_atfork.c: In function '_P11_get_forkid':
p11_atfork.c:78:9: warning: implicit declaration of function 'getpid'; did you mean 'getenv'? [-Wimplicit-function-declaration]
return getpid();
|