Skip to content

Commit

Permalink
exit(0) requires stdlib.h (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 authored Dec 15, 2023
1 parent 4488dc4 commit 9245c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io/signal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ limitations under the License.
*/

#include "signal.h"
#include <cstdlib>
#include <unistd.h>
#include <pthread.h>
#ifdef __APPLE__
Expand Down

0 comments on commit 9245c32

Please sign in to comment.