emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 808f69bf7a: * src/haikuselect.c: Fix implicit declaration of free


From: Po Lu
Subject: master 808f69bf7a: * src/haikuselect.c: Fix implicit declaration of free.
Date: Fri, 7 Jan 2022 02:05:01 -0500 (EST)

branch: master
commit 808f69bf7a4e7c5cc58762786fd856f7a138a2f3
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * src/haikuselect.c: Fix implicit declaration of free.
---
 src/haikuselect.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/haikuselect.c b/src/haikuselect.c
index 1b94fb97e6..2e619c69f7 100644
--- a/src/haikuselect.c
+++ b/src/haikuselect.c
@@ -24,6 +24,8 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 #include "haikuselect.h"
 #include "haikuterm.h"
 
+#include <stdlib.h>
+
 static Lisp_Object
 haiku_selection_data_1 (Lisp_Object clipboard)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]