chiark / gitweb /
Columns are now resizable and wide columns are ellipsized. Columns
[disorder] / lib / disorder.h
index db41eec41f21940df647ac538aedac609edbe90b..856f0a349e73d15dca48af1066e6082eeb7ad8c1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2005, 2006 Richard Kettlewell
+ * Copyright (C) 2004-2008 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,6 +21,8 @@
 #ifndef DISORDER_H
 #define DISORDER_H
 
+#include <stddef.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif