freebsd-ports/mail/renattach/files/patch-src::renattach.c

12 lines
288 B
C
Raw Normal View History

--- src/renattach.c.orig Wed Oct 6 13:22:24 2004
+++ src/renattach.c Mon Mar 7 23:36:42 2005
@@ -26,7 +26,7 @@
#include "renattach.h"
#include "strings-en.h"
#include "utility.h"
-#include "getopt.h"
+#include <getopt.h>
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>