diff options
author | imp <imp@FreeBSD.org> | 2002-02-18 05:40:54 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-02-18 05:40:54 +0000 |
commit | 8ad412b83c618666fa12e1d70585cccd3041286b (patch) | |
tree | 30c840e02dbe25da63efb98d87b22f6fbe574e24 /games/quiz | |
parent | 5338e9f4189aef5c1fdb80fa5d3e461a2e7de4b7 (diff) | |
download | FreeBSD-src-8ad412b83c618666fa12e1d70585cccd3041286b.zip FreeBSD-src-8ad412b83c618666fa12e1d70585cccd3041286b.tar.gz |
Fix last second botch of adding $FreeBSD$.
Diffstat (limited to 'games/quiz')
-rw-r--r-- | games/quiz/quiz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quiz/quiz.h b/games/quiz/quiz.h index 6dcfd9e..dd8a18a 100644 --- a/games/quiz/quiz.h +++ b/games/quiz/quiz.h @@ -37,7 +37,7 @@ * @(#)quiz.h 8.1 (Berkeley) 5/31/93 */ -#include <sys/defs.h> +#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |