Remove qsort warning.
authortwisti <none@none>
Mon, 7 Feb 2005 16:59:00 +0000 (16:59 +0000)
committertwisti <none@none>
Mon, 7 Feb 2005 16:59:00 +0000 (16:59 +0000)
src/vm/jit/jit.c

index 455d8c315ec8089ddc079283b76343c734541461..1f0932cf75bc50f9b7611eabdc4a32f687b37638 100644 (file)
 
    Changes: Edwin Steiner
 
-   $Id: jit.c 1892 2005-01-31 17:05:53Z twisti $
+   $Id: jit.c 1897 2005-02-07 16:59:00Z twisti $
 
 */
 
 
+#include <stdlib.h>
+
 #include "codegen.h"
 #include "disass.h"
 #include "types.h"