Skip to content
  • Chun-wei Fan's avatar
    gtkswitch.c: Fix Build on C89 Compilers · e31a936e
    Chun-wei Fan authored
    This file now uses round(), which was not available until C99, so include
    fallback-c89.c instead of math.h, which includes math.h and does a fallback
    implementation of round().
    e31a936e