Skip to content

Commit 55afdce

Browse files
use csignal instead of signal.h
1 parent 5cc5828 commit 55afdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* This program is free software. You can redistribute it and/or modify it under the terms of the MIT License.
44
*/
55

6+
#include <csignal>
67
#include <filesystem>
78
#include <iostream>
89
#include <memory>
9-
#include <signal.h>
1010
#include <sysexits.h>
1111
#include <unistd.h>
1212
#include <unordered_set>

0 commit comments

Comments
 (0)