X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fscratch-handle.h;h=53e737b7267b3f3d1a4b03cee244c3aea75e84dc;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=e70150a26e4394a794876754c93da3910705eb59;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/data/scratch-handle.h b/src/data/scratch-handle.h index e70150a2..53e737b7 100644 --- a/src/data/scratch-handle.h +++ b/src/data/scratch-handle.h @@ -22,7 +22,7 @@ #include /* A scratch file. */ -struct scratch_handle +struct scratch_handle { struct dictionary *dictionary; /* Dictionary. */ struct casereader *casereader; /* Cases. */