Browse Source

Use <> instead of \"\"

Peter S. Mazinger 19 years ago
parent
commit
f743432d55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/signal/sigsetops.c

+ 1 - 1
libc/signal/sigsetops.c

@@ -8,4 +8,4 @@
 # define __USE_EXTERN_INLINES	1
 #endif
 
-#include "signal.h"
+#include <signal.h>