rebuild ffmpeg for libvpx-1.15.0; fix gcc-14 problem; add patch for new
[oi-userland.git] / components / sysutils / gptfdisk / patches / gdisk-01-ncurses.patch
blob2a552dbfd49afe60b69c24b41b84ab04d8178574
1 --- ./gptcurses.cc.orig 2015-12-17 14:01:45.685041421 +0100
2 +++ ./gptcurses.cc 2015-12-17 14:02:07.266013089 +0100
3 @@ -22,7 +22,7 @@
4 #include <iostream>
5 #include <string>
6 #include <sstream>
7 -#include <ncurses.h>
8 +#include <ncurses/ncurses.h>
9 #include "gptcurses.h"
10 #include "support.h"