~ubuntu-branches/ubuntu/utopic/gnustep-base/utopic

« back to all changes in this revision

Viewing changes to Source/GSFileHandle.h

  • Committer: Package Import Robot
  • Author(s): Paul Gevers
  • Date: 2014-07-19 13:02:18 UTC
  • mfrom: (20.1.6 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140719130218-pn967l7wzjjf90yi
Tags: 1.24.6-2ubuntu1
* debian/rules:
  - Print the config.log if configure fails to debug
    powerpc/ppc64el FTBFS. (LP: #1277975)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef __GSFileHandle_h_GNUSTEP_BASE_INCLUDE
26
26
#define __GSFileHandle_h_GNUSTEP_BASE_INCLUDE
27
27
 
28
 
#import <Foundation/NSFileHandle.h>
29
 
#import <Foundation/NSArray.h>
30
 
#import <Foundation/NSDictionary.h>
31
 
#import <Foundation/NSRunLoop.h>
 
28
#import "Foundation/NSFileHandle.h"
 
29
#import "Foundation/NSArray.h"
 
30
#import "Foundation/NSDictionary.h"
 
31
#import "Foundation/NSRunLoop.h"
32
32
 
33
 
#import <GNUstepBase/GSConfig.h>
34
33
 
35
34
#if     USE_ZLIB
36
35
#include <zlib.h>