Browse Source

add stdarg.h

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@201 e5f2f494-b856-4b98-b285-d166d9295462
Evan Hunt 15 years ago
parent
commit
35eba18bfb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/parkinglot/common.cc

+ 1 - 0
src/bin/parkinglot/common.cc

@@ -15,6 +15,7 @@
 // $Id$
 
 #include <iostream>
+#include <stdarg.h>
 
 #include "common.h"