Fixup fromcvs/togit conversion
[pkgsrcv2.git] / sysutils / testdisk / patches / patch-aa
1 $NetBSD$
2
3 --- src/intrfn.h.orig   2010-10-18 06:25:15.000000000 +0000
4 +++ src/intrfn.h
5 @@ -39,6 +39,8 @@ extern "C" {
6  #include <curses.h>
7  #endif
8  
9 +#include <stdarg.h>
10 +
11  void aff_copy(WINDOW *window);
12  void aff_copy_short(WINDOW *window);
13  void aff_part(WINDOW *window, const unsigned int newline, const disk_t *disk_car, const partition_t *partition);