[BACK]Return to patch-src_nmea_handler_c CVS log [TXT][DIR] Up to [local] / qmapshack / gpsdrive / patches

Annotation of qmapshack/gpsdrive/patches/patch-src_nmea_handler_c, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- src/nmea_handler.c.orig    Fri Sep 14 23:47:13 2007
        !             3: +++ src/nmea_handler.c Sun Oct  7 15:26:14 2007
        !             4: @@ -36,6 +36,7 @@
        !             5:  #include <config.h>
        !             6:  #include <math.h>
        !             7:  #include <termios.h>
        !             8: +#include <pthread.h>
        !             9:  #include "gps_handler.h"
        !            10:  #include "gpsdrive_config.h"
        !            11:  #include "gui.h"

CVSweb