# HG changeset patch # User John Tsiombikas # Date 1318920409 -10800 # Node ID 66d4fe7a86137fe7851b2fbe9f5aa220585689b0 # Parent 6bab2c0b0e4b5c3487ad7a8df7d41b265ca64666 test.c included dsys2.h, but I've dropped the 2 at some point diff -r 6bab2c0b0e4b -r 66d4fe7a8613 test.c --- a/test.c Mon Sep 05 04:08:40 2011 +0300 +++ b/test.c Tue Oct 18 09:46:49 2011 +0300 @@ -10,7 +10,7 @@ #include #endif -#include "dsys2.h" +#include "dsys.h" void disp(void); void draw_progress(float p);