diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-19 16:34:38 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-19 16:34:38 -0500 |
commit | a95bb52b4366d85fc049130c60af5c9e727c565b (patch) | |
tree | a7332ffe8392c408d6ed6f81543461a2db04853f | |
parent | 1603130236c55ddabc3854d4ba62d544debcf1f5 (diff) |
devPrivates rework: add missing include of dix/privates.h
-rw-r--r-- | mi/miline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mi/miline.h b/mi/miline.h index ffa4b2743..036c2b5df 100644 --- a/mi/miline.h +++ b/mi/miline.h @@ -28,6 +28,7 @@ in this Software without prior written authorization from The Open Group. #ifndef MILINE_H #include "screenint.h" +#include "privates.h" /* * Public definitions used for configuring basic pixelization aspects |