]> git.sur5r.net Git - cc65/blobdiff - src/ld65/config.h
Removed unneeded include files.
[cc65] / src / ld65 / config.h
index 901796196968c46c82b77724aee8ed155de70bea..6dc4a7b6b9f1d2533f3221a9c8373063adda4283 100644 (file)
@@ -63,6 +63,7 @@ struct File {
     unsigned            Name;           /* Name index of the file */
     unsigned           Flags;
     unsigned           Format;         /* Output format */
+    unsigned long       Size;           /* Size of the generated file */
     Collection          MemoryAreas;    /* List of memory areas in this file */
 };