1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/news/nget/files/patch-status.cc
Pav Lucistnik c215e4f94b - Fix build with gcc42
- Backport bugfixes from vendor CVS

Submitted by:	Jeff Burchell <toxic@doobie.com>
2008-08-16 09:22:41 +00:00

11 lines
255 B
C++

--- status.cc 2004-05-29 16:00:06.000000000 -0700
+++ status.cc 2008-03-02 23:03:02.000000000 -0800
@@ -20,6 +20,7 @@
#include "server.h"
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
static int errorflags=0, warnflags=0, okflags=0;