projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7517894
)
* src/haikuselect.c: Fix implicit declaration of free.
author
Po Lu
<luangruo@yahoo.com>
Fri, 7 Jan 2022 06:52:52 +0000
(06:52 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 7 Jan 2022 06:52:52 +0000
(06:52 +0000)
src/haikuselect.c
patch
|
blob
|
history
diff --git
a/src/haikuselect.c
b/src/haikuselect.c
index 1b94fb97e6f50cb8f28d5740bdad22aff7f6c5f5..2e619c69f7ac112f7813b3ea30ea71266bb3cb81 100644
(file)
--- 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)
{