Browse Source

Use quotes instead of <> with #include for private headers

Milan Bouchet-Valat 9 years ago
parent
commit
0df58e7ae3
1 changed files with 4 additions and 4 deletions
  1. 4 4
      i387/fenv.c

+ 4 - 4
i387/fenv.c

@@ -26,10 +26,10 @@
  * $FreeBSD: src/lib/msun/i387/fenv.c,v 1.8 2011/10/21 06:25:31 das Exp $
  */
 
-#include <cdefs-compat.h>
-#include <types-compat.h>
-#include <math_private.h>
-#include <i387/bsd_npx.h>
+#include "cdefs-compat.h"
+#include "types-compat.h"
+#include "math_private.h"
+#include "i387/bsd_npx.h"
 
 #define	__fenv_static
 #include <openlibm_fenv.h>