include stat.h to get rid of compiler warning

This commit is contained in:
Stefan Reitshamer 2012-01-23 11:03:21 -05:00
parent cd64ca1dae
commit f907244695

1
Node.h
View file

@ -6,6 +6,7 @@
// Copyright 2009 PhotoMinds LLC. All rights reserved.
//
#include <sys/stat.h>
#import <Cocoa/Cocoa.h>
@protocol InputStream;
@class BlobKey;