webengine/webkitutils/SqliteSymbian/sqliteInt.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    63 #include "parse.h"
    63 #include "parse.h"
    64 #include <stdio.h>
    64 #include <stdio.h>
    65 #include <stdlib.h>
    65 #include <stdlib.h>
    66 #include <string.h>
    66 #include <string.h>
    67 #include <assert.h>
    67 #include <assert.h>
    68 #include <stddef.h>
    68 #include <libc/stddef.h>
    69 
    69 
    70 /*
    70 /*
    71 ** If compiling for a processor that lacks floating point support,
    71 ** If compiling for a processor that lacks floating point support,
    72 ** substitute integer for floating-point
    72 ** substitute integer for floating-point
    73 */
    73 */
  1879 #ifdef SQLITE_SSE
  1879 #ifdef SQLITE_SSE
  1880 #include "sseInt.h"
  1880 #include "sseInt.h"
  1881 #endif
  1881 #endif
  1882 
  1882 
  1883 #endif
  1883 #endif
  1884