pgtypes: Support cidr and inet

This commit is contained in:
Yorhel 2025-02-10 10:54:25 +01:00
parent b66610e25a
commit 7076714296
3 changed files with 59 additions and 2 deletions

3
FU.xs
View file

@ -1,4 +1,7 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <arpa/inet.h>
#include <dlfcn.h>
#undef PERL_IMPLICIT_SYS