diff options
author | unknown <petr@mysql.com> | 2005-02-28 16:05:18 +0300 |
---|---|---|
committer | unknown <petr@mysql.com> | 2005-02-28 16:05:18 +0300 |
commit | d4c2c74724b17d5f09f6f6bd110bb65258037722 (patch) | |
tree | 1bdfdc1a0842e12166b9eb36d363b96dd7ea9be5 /server-tools | |
parent | b30282275dd8efce8665a64362bb6b4a557a5d25 (diff) | |
download | mariadb-git-d4c2c74724b17d5f09f6f6bd110bb65258037722.tar.gz |
portability fix
Diffstat (limited to 'server-tools')
-rw-r--r-- | server-tools/instance-manager/priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server-tools/instance-manager/priv.h b/server-tools/instance-manager/priv.h index 5bee8aa1463..decc3605dff 100644 --- a/server-tools/instance-manager/priv.h +++ b/server-tools/instance-manager/priv.h @@ -16,6 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <sys/types.h> #include <unistd.h> |