20-includes.patch 503 B

12345678910111213141516
  1. # Description: include missing headers
  2. # Author: Martin Michlmayr <tbm@cyrius.com>
  3. Index: gmrun-0.9.2/src/prefs.cc
  4. ===================================================================
  5. --- gmrun-0.9.2.orig/src/prefs.cc 2010-02-03 12:30:57.407768496 +0800
  6. +++ gmrun-0.9.2/src/prefs.cc 2010-02-03 12:31:04.636318281 +0800
  7. @@ -10,6 +10,7 @@
  8. *****************************************************************************/
  9. +#include <cstdlib>
  10. #include <fstream>
  11. #include <iostream>
  12. #include <stdio.h>