public
Description: A Mac OS X photo uploader program for my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photoupload/
Clone URL: git://github.com/dustin/photoupload.git
fix a compile warning
dustin (author)
Wed Mar 30 23:29:31 -0800 2005
commit  b4965e0c6affd9453701b49ff2efdb8008784ca9
tree    231fad54d7a2add00ec4dde55aa13091d599bb20
parent  04386453939e5f704c8123abf2608db611474c8b
...
10
11
12
 
13
14
15
...
10
11
12
13
14
15
16
0
@@ -10,6 +10,7 @@
0
 #import <CoreServices/CoreServices.h>
0
 
0
 #import "UploadThread.h"
0
+#import "PUImage.h"
0
 
0
 @implementation UploadThread
0
 

Comments

    No one has commented yet.