mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
5a663af668
allows basic authentication data to be stored in a MySQL database. PR: 58252 Approved by: erwin (mentor) (implicitly)
11 lines
212 B
C
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>
|
|
|