Skip to content

Commit c0da0fa

Browse files
author
Simon Hofmann
committed
(#19) Fixed include path for xdisplay.h
1 parent 5ee4de7 commit c0da0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/linux/xdisplay.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "xdisplay.h"
1+
#include "../xdisplay.h"
22
#include <stdio.h> /* For fputs() */
33
#include <stdlib.h> /* For atexit() */
44
#include <string.h> /* For strdup() */

0 commit comments

Comments
 (0)