]> git.pond.sub.org Git - empserver/blobdiff - include/unit.h
Update copyright notice
[empserver] / include / unit.h
index 162cfa9032ac7fe1d7d7826a4d4e9b31747e7199..c8805e87e330ed4337fdcb67c0f7b224b756d975 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -32,6 +32,8 @@
  *     Markus Armbruster, 2006
  */
  
+#include "empobj.h"
+
 struct ulist {
     struct emp_qelem queue;    /* list of units */
     double mobil;              /* how much mobility the unit has left */