Removed last warning due to use of not-always-available function 'strcasestr'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user