mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
$NetBSD: patch-ac,v 1.1 2011/11/27 00:25:05 marino Exp $
|
|
|
|
--- cdconf.c.orig 2001-08-18 11:11:22.000000000 +0000
|
|
+++ cdconf.c
|
|
@@ -6,6 +6,7 @@
|
|
#include <netinet/in.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
static GtkWidget *cd_configure_win, *cddb_dir_entry;
|
|
static GtkWidget *format_entry, *device_entry;
|