parser: accept trailing comma in enums; __restrict for arrays
[m6w6/ext-psi] / psi.d / arpa_inet.psi
index a9dbfbc2ab6a4608abe28fde4d33f419bdc0880a..f9aae9e47eb151318383d151818526379b1035f1 100644 (file)
@@ -1,3 +1,5 @@
+#include <arpa/inet.h>
+
 function psi\htonl(int $l) : int {
        let l = intval($l);
        return htonl(l) as to_int(htonl);