Fix stb_image path

This commit is contained in:
Dmitry Hrabrov 2017-09-04 12:38:04 +03:00 committed by GitHub
parent 5fc8a250aa
commit 5de84dc310
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ NK_API void nk_xfont_del(Display *dpy, XFont *font);
#include <time.h>
#define STB_IMAGE_IMPLEMENTATION
#include "../stb_image.h"
#include "../../example/stb_image.h"
#ifndef NK_X11_DOUBLE_CLICK_LO