ports/telephony/iaxclient/patches/patch-simpleclient_tkphone_tones_c

14 lines
284 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
For strchr() / memset().
Index: simpleclient/tkphone/tones.c
--- simpleclient/tkphone/tones.c.orig
+++ simpleclient/tkphone/tones.c
@@ -33,6 +33,7 @@
# include <stdio.h>
#endif
#include <strings.h>
+#include <string.h>
#include <stdlib.h>
#include <math.h>
#include "tones.h"