ソースを参照

libsrdb1: fix bad include

Removed unneeded #include </usr/include/limits.h> which breaks
cross-compiling (#include <limits.h> is enough).
Andrei Pelinescu-Onciul 16 年 前
コミット
64e3977d3b
1 ファイル変更0 行追加1 行削除
  1. 0 1
      lib/srdb1/db_ut.c

+ 0 - 1
lib/srdb1/db_ut.c

@@ -35,7 +35,6 @@
 #include "../../mem/mem.h"
 #include "../../dprint.h"
 #include <limits.h>
-#include </usr/include/limits.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>