Removed last warning due to use of not-always-available function 'strcasestr'

This commit is contained in:
Alexey Romanov
2010-11-26 13:34:31 +03:00
parent 5a07d842c1
commit b46ba9f35d
2 changed files with 16 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
#include <erl_driver.h>
#include <erl_interface.h>
#include <ei.h>
#include <stdio.h>
#include <string.h>
#include <sqlite3.h>
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <assert.h>
#if SQLITE_VERSION_NUMBER < 3006001