Skip to content

Commit 5c2d016

Browse files
author
Simon Hofmann
committed
Added header for strdup
1 parent 56fd6c2 commit 5c2d016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xdisplay.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "xdisplay.h"
22
#include <stdio.h> /* For fputs() */
33
#include <stdlib.h> /* For atexit() */
4+
#include <string.h> /* For strdup() */
45

56
static Display *mainDisplay = NULL;
67
static int registered = 0;

0 commit comments

Comments
 (0)