Require racket/struct-info instead of scheme/struct-info.

This commit is contained in:
Patrick Mahoney 2012-08-03 14:38:13 -04:00 committed by Gregory Cooper
parent 7c2b31c61f
commit 6c8556c4b5

View File

@ -1,5 +1,5 @@
#lang racket/base
(require scheme/struct-info
(require racket/struct-info
(for-syntax scheme/base)
(for-template scheme/base))