소스 검색

glsl: include stdio.h where needed

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
tags/10.6-branchpoint
Brian Paul 10 년 전
부모
커밋
db9a088d32
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/glsl/s_expression.cpp
  2. 1
    0
      src/glsl/standalone_scaffolding.cpp

+ 1
- 0
src/glsl/s_expression.cpp 파일 보기

@@ -24,6 +24,7 @@

#include <assert.h>
#include <limits>
#include <stdio.h>
#include "s_expression.h"

s_symbol::s_symbol(const char *str, size_t n)

+ 1
- 0
src/glsl/standalone_scaffolding.cpp 파일 보기

@@ -30,6 +30,7 @@
#include "standalone_scaffolding.h"

#include <assert.h>
#include <stdio.h>
#include <string.h>
#include "util/ralloc.h"


Loading…
취소
저장