diff options
author | Bert Münnich <be.muennich@gmail.com> | 2012-12-27 16:34:51 +0100 |
---|---|---|
committer | Bert Münnich <be.muennich@gmail.com> | 2012-12-27 16:34:51 +0100 |
commit | cd929eabfeb5344b2f7c43555eea20fc15a7f1ca (patch) | |
tree | f12c04e149ae7f1d6f0360a90a63eb39c2347061 /options.h | |
parent | b542d63f964f66d14c9118448df4cf332fa023bf (diff) |
Fixed issue #73
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,8 +19,8 @@ #ifndef OPTIONS_H #define OPTIONS_H -#include "image.h" #include "types.h" +#include "image.h" typedef struct { /* file list: */ |