9f91e74c2d
From MAINTAINER: Chris Kuethe <ckuethe@ualberta.ca>
21 lines
472 B
Plaintext
21 lines
472 B
Plaintext
$OpenBSD: patch-lib_ap-utils_h,v 1.2 2003/06/02 02:02:36 margarida Exp $
|
|
--- lib/ap-utils.h.orig Tue May 20 13:32:31 2003
|
|
+++ lib/ap-utils.h Thu May 29 08:53:44 2003
|
|
@@ -17,14 +17,14 @@
|
|
#ifndef _AP_CNF
|
|
#define _AP_CNF 1
|
|
|
|
-#include <stdint.h>
|
|
+#include <sys/types.h>
|
|
|
|
#define TITLE "Wireless Access Point Utilites for Unix"
|
|
|
|
|
|
/* GNU gettext stuff*/
|
|
#include <locale.h>
|
|
-#include <libgnuintl.h>
|
|
+#include <intl/libgnuintl.h>
|
|
#define _(String) gettext (String)
|
|
|
|
|