Commit 2cbbcc18 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

#include <unistd.h> which is required for unlink().

parent 17eb1699
......@@ -38,6 +38,7 @@ uuid {hexd}{8}-{hexd}{4}-{hexd}{4}-{hexd}{4}-{hexd}{12}
#include <string.h>
#include <ctype.h>
#include <assert.h>
#include <unistd.h>
#include "widl.h"
#include "utils.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment