Merge pull request #89 from dougfelt/master

Replace missing include patch that was inadvertently dropped
pull/91/head
dougfelt 2017-01-26 17:54:59 -08:00 committed by GitHub
commit 2dc2c4b53f
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
#include <cairo.h>
#include <libgen.h> // basename
#include <math.h>
#include <stdint.h>
#include <stdio.h>