fnmatch: fix "[/b" test
[libc-test] / src / math / lrint.c
index 0e019a6..b7d14a7 100644 (file)
@@ -1,10 +1,11 @@
-#include "test.h"
 #include <math.h>
 #include <stdint.h>
 #include <fenv.h>
 #include <stdio.h>
 #include <float.h>
+#include <string.h>
 #include "fenvutil.h"
+#include "test.h"
 
 static struct {
        int round;