mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
11 lines
186 B
Diff
11 lines
186 B
Diff
--- a/src/xmlrpc_data.c
|
|
+++ b/src/xmlrpc_data.c
|
|
@@ -7,6 +7,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <string.h>
|
|
+#define __USE_GNU
|
|
#include <math.h>
|
|
|
|
#include "bool.h"
|