Skip to content

Commit

Permalink
Include limits.h for INT_MAX use
Browse files Browse the repository at this point in the history
  • Loading branch information
command-tab committed Jul 14, 2013
1 parent e99516f commit dc5516d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch341eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <string.h>
#include <inttypes.h>
#include <getopt.h>
#include <limits.h>
#include "ch341eeprom.h"

FILE *debugout, *verbout;
Expand Down

0 comments on commit dc5516d

Please sign in to comment.