]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/trade.c
Use __dead and __printflike instead of __attribute__.
[bsdgames-darwin.git] / monop / trade.c
index bfbfb6cd5c97a121017766be6c91d4b867e08cfb..0da50917a9693a762de1032613f42f8b6c704ba9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: trade.c,v 1.14 2008/02/24 01:37:57 dholland Exp $      */
+/*     $NetBSD: trade.c,v 1.15 2008/02/24 01:57:34 dholland Exp $      */
 
 /*
  * Copyright (c) 1980, 1993
 #if 0
 static char sccsid[] = "@(#)trade.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: trade.c,v 1.14 2008/02/24 01:37:57 dholland Exp $");
+__RCSID("$NetBSD: trade.c,v 1.15 2008/02/24 01:57:34 dholland Exp $");
 #endif
 #endif /* not lint */
 
-#include "monop.ext"
+#include "monop.h"
 
 struct trd_st {                        /* how much to give to other player     */
        int     trader;                 /* trader number                */