Add missing include

This commit is contained in:
Jeffrey Pfau 2014-07-13 05:47:16 -07:00
parent 5958d8c0da
commit ca23c47aeb
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef COMMON_H
#define COMMON_H
#include <ctype.h>
#include <limits.h>
#include <math.h>
#include <stdarg.h>