Replace missing include patch that was dropped when merging with upstream.

Our copy of waveflag.c uses basename and so needs the header.
pull/89/head
Doug Felt 2017-01-26 17:52:06 -08:00
parent 1217d9c211
commit 2a0df56cae
1 changed files with 1 additions and 0 deletions

View File

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