Skip to content

Commit

Permalink
fix #1, include <stdint.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
andresv committed Feb 26, 2015
1 parent 383096e commit e6df4d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doppler.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/

#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
Expand Down

0 comments on commit e6df4d2

Please sign in to comment.