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
parent
1217d9c211
commit
2a0df56cae
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <cairo.h>
|
||||
#include <libgen.h> // basename
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue