From: Aaron Taylor Date: Mon, 7 Jun 2021 22:11:25 +0000 (-0700) Subject: One more update to previous two commits. Forgot a '#include'. X-Git-Url: http://git.subgeniuskitty.com/screensavers/.git/commitdiff_plain/8891765bc3064670f7a5340800540adef7f17d04 One more update to previous two commits. Forgot a '#include'. --- diff --git a/hacks/WolframAutomata/screenshot_notes.md b/hacks/WolframAutomata/screenshot_notes.md index 8bd6356..b33ed16 100644 --- a/hacks/WolframAutomata/screenshot_notes.md +++ b/hacks/WolframAutomata/screenshot_notes.md @@ -5,6 +5,10 @@ ImageMagick. First, to generate an XPM screenshot on each frame, make the following code modifications to `WolframAutomata.c`. +Add to top of file: + + #include + Add to `struct state`: int framenumber;