1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/mod_mya/files/patch-mod_mya.c
Clement Laforet 5a663af668 Add mod_mya 3.0.1,
allows basic authentication data to be stored in a MySQL database.

PR:		58252
Approved by:    erwin (mentor) (implicitly)
2004-01-06 01:26:57 +00:00

11 lines
212 B
C

--- mod_mya.c.orig Sun Oct 19 16:41:56 2003
+++ mod_mya.c Sun Oct 19 16:42:23 2003
@@ -41,6 +41,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
+#include <stddef.h>
#include <mysql.h>