iter8 Phase 7 fix-fwd: picture.c needs <stdlib.h> for getenv

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
claude-noether
2026-05-13 12:22:40 +00:00
parent 66ecbef5c6
commit 6f4e5833f0
+1
View File
@@ -39,6 +39,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>