]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/haikuselect.c: Fix implicit declaration of free.
authorPo Lu <luangruo@yahoo.com>
Fri, 7 Jan 2022 06:52:52 +0000 (06:52 +0000)
committerPo Lu <luangruo@yahoo.com>
Fri, 7 Jan 2022 06:52:52 +0000 (06:52 +0000)
src/haikuselect.c

index 1b94fb97e6f50cb8f28d5740bdad22aff7f6c5f5..2e619c69f7ac112f7813b3ea30ea71266bb3cb81 100644 (file)
@@ -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)
 {