mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* src/haikuselect.c: Fix implicit declaration of free.
This commit is contained in:
parent
751789471c
commit
808f69bf7a
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue